home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / Inspector.nib / data.classes next >
Encoding:
Text File  |  1993-05-18  |  397 b   |  30 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     inspectorOk:;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. SwapView = {
  8.     ACTIONS = {
  9.     swapIt:;
  10.     };
  11.     OUTLETS = {
  12.     lastInspector;
  13.     inspectorView;
  14.     delegate;
  15.     currentInspector;
  16.     };
  17.     SUPERCLASS = View;
  18. };
  19. InspectorMgr = {
  20.     OUTLETS = {
  21.     reportInspector;
  22.     okButton;
  23.     acctInspector;
  24.     swapView;
  25.     noInspector;
  26.     inspectorPanel;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30.